From 48a2255bfc45ffcfb0b39ffefdd57cbacf8b36df Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 18 Jul 2025 07:52:02 +0000 Subject: (대표님) 파일관리변경, 클라IP추적, 실시간알림, 미들웨어변경, 알림API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[lng]/partners/(partners)/system/layout.tsx | 6 +++--- app/[lng]/qna/layout.tsx | 18 ------------------ app/[lng]/qna/page.tsx | 8 -------- 3 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 app/[lng]/qna/layout.tsx delete mode 100644 app/[lng]/qna/page.tsx (limited to 'app/[lng]') diff --git a/app/[lng]/partners/(partners)/system/layout.tsx b/app/[lng]/partners/(partners)/system/layout.tsx index 54330176..66f0f9cc 100644 --- a/app/[lng]/partners/(partners)/system/layout.tsx +++ b/app/[lng]/partners/(partners)/system/layout.tsx @@ -29,15 +29,15 @@ export default async function SettingsLayout({ { title: "사용자", - href: `/${lng}/evcp/system`, + href: `/${lng}/partners/system`, }, { title: "Roles", - href: `/${lng}/evcp/system/roles`, + href: `/${lng}/partners/system/roles`, }, { title: "권한 통제", - href: `/${lng}/evcp/system/permissions`, + href: `/${lng}/partners/system/permissions`, }, ] diff --git a/app/[lng]/qna/layout.tsx b/app/[lng]/qna/layout.tsx deleted file mode 100644 index 87651e92..00000000 --- a/app/[lng]/qna/layout.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { ReactNode } from 'react'; - - -export default function EvcpLayout({ children }: { children: ReactNode }) { - return ( -
-
-
-
- {children} -
- -
- -
-
- ); -} \ No newline at end of file diff --git a/app/[lng]/qna/page.tsx b/app/[lng]/qna/page.tsx deleted file mode 100644 index 10280464..00000000 --- a/app/[lng]/qna/page.tsx +++ /dev/null @@ -1,8 +0,0 @@ - -export default function Pages() { - return ( - <> - qna - - ) - } \ No newline at end of file -- cgit v1.2.3